<?php $__env->startSection('title'); ?> <?php echo Lang::get('users.projects'); ?> - <?php $__env->stopSection(); ?>

<?php $__env->startSection('content'); ?> 
     	
<!-- Col MD -->
<div class="col-md-12">	
	
	<h2 class="btn-block">
		<?php echo Lang::get('users.projects'); ?> <small>(<?php echo $data->count(); ?>)</small>
	</h2>
	
	<hr />
	
	<?php echo $__env->make('includes.projects-view', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
	
	<?php if( $data->count() == 0 ): ?>
	
	<div class="btn-block text-center">
	    	<i class="icon-briefcase ico-no-result"></i>
	    </div>
	    
	<div class="no-following-yet">
			<h2 class="margin-top-none text-center">- <?php echo Lang::get('misc.no_project_published'); ?> -</h2>
		</div>
	    	
	<?php endif; ?>
	
</div><!-- /COL MD -->

<?php $__env->stopSection(); ?>



<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>